/*
Theme Name: Habewind
Theme URI: http://www.habewind.de
Description: Habewind Wordpress Version 2.0
Author: Leonard Claus
Version: 2.0
*/

/* -------------/ PAGE /------------- */

body {
padding: 0px;
margin: 0px;
background-color: #737373;
background-image: url(images/bg.jpg);
background-repeat: repeat-x;
color: #000000;
font: 13px Arial, Sans-Serif;
}

#page {
margin: 0 auto;
padding: 0px;
width: 983px;
}

.hidden {
display: none ;
}

.left {
float: left;
}

.right {
float: right;
}

img {
border: none;
}

h1 {
margin: 0px;
padding: 0px;
}

h2 {
margin: 0px;
padding-bottom: 3px;
font: 15px Arial, Sans-Serif;
font-weight: bold;
color: #ba0000;
}


h3 {
margin: 0px;
padding-bottom: 3px;
font: 20px Arial, Sans-Serif;
font-weight: normal;
color: #ba0000;
}

h3 a {
color: #ba0000 !important;
text-decoration: none !important;
}

h3 a:hover {
color: #ba0000 !important;
text-decoration: underline !important;
}

h4 {
margin: 0px;
padding-bottom: 10px;
font: 13px Arial, Sans-Serif;
color: #676767;
}

h4 a {
color: #676767 !important;
text-decoration: underline !important;
}

h4 a:hover {
color: #676767 !important;
text-decoration: none !important;
}

ul.post-categories {
margin: 0px;
padding: 0px;
list-style-type: none;
}


/* -------------/ HEADER /------------- */

#header {
background-image:url(images/header.jpg);
width: 983px;
height: 110px;
padding-top: 10px;
}

#facebook {
width: 185px;
height: 34px;
text-decoration: none;
float: left;
background: url(images/facebook.jpg) 0 0;
}

#facebook:hover {
background-position: 185px 0;
}

#rss {
width: 189px;
height: 34px;
text-decoration: none;
float: left;
background: url(images/rss.jpg) 0 0;
}

#rss:hover {
background-position: 189px 0;
}


/* -------------/ NAVI /------------- */

#navi {
background-image:url(images/navi.jpg);
width: 983px;
height: 55px;
}

#navi_left {
width: 711px;
float: left;
}

#navi ul {
margin: 0px;
padding: 0px;
}

#navi li {
margin: 0px;
padding: 0px;
display: inline;
}

#start {
width: 75px;
height: 45px;
text-decoration: none;
float: left;
background: url(images/start.jpg) 0 0;
}

#start:hover {
background-position: 0 45px;
}

#leistungen {
width: 156px;
height: 45px;
text-decoration: none;
float: left;
background: url(images/leistungen.jpg) 0 0;
}

#leistungen:hover {
background-position: 0 45px;
}



#kontakt {
width: 87px;
height: 45px;
text-decoration: none;
float: left;
background: url(images/kontakt.jpg) 0 0;
}

#kontakt:hover {
background-position: 0 45px;
}

#impressum {
width: 107px;
height: 45px;
text-decoration: none;
float: left;
background: url(images/impressum.jpg) 0 0;
}

#impressum:hover {
background-position: 0 45px;
}

#navi_right {
width: 272px;
float: right;
padding-top: 13px;
}

fieldset.suche {
border: none;
margin: 0px;
padding: 0px;
}

.suche input, .suche button {
border: none;
float: left;
}

.suche input.box {
background-image: url(images/such_feld.jpg);
background-repeat: no-repeat;
width: 213px;
height: 24px;
padding: 0px 7px 0px 7px;
margin-right: 5px;
color: #676767;
font-size: 10px;
}

.suche button.btn {
background-image: url(images/such_button.jpg);
background-repeat: no-repeat;
width: 24px;
height: 24px;
cursor: pointer;
}


/* -------------/ CONTENT /------------- */

#content {
background-image: url(images/content.png);
width: 983px;
padding-bottom: 20px;
}

#content a {
text-decoration: underline;
color: #000000;
}

#content a:hover {
color: #3f3f3f;
text-decoration: none;
}

#content_left {
width: 197px;
float: left;
padding-left: 26px;
}

#content_left ul {
margin: 0px;
padding: 0px;
padding-bottom: 15px;
width: 182px;
list-style: none;
}

ul {
list-style-type: none;
} 

#content_left ul li {
padding: 0px;
margin: 0px;
display: inline;
}

#content_left ul li a {
border-bottom: 1px solid #b5b5b5;
color: #000000;
text-decoration: none;
display: block;
margin: 0px;
padding-bottom: 5px;
padding-top: 5px;
}

#content_left ul li a:hover {
background: #e9e9e9;
color: #000000;
}

#content_right {
width: 710px;
float: right;
padding-left: 25px;
padding-right: 25px;
padding-top: 13px;
}

#img {
width: 181px;
height: 146px;
margin-right: 55px;
margin-bottom: 55px;
float: left;
}

/* -------------/ FOOTER /------------- */

#footer {
background-image: url(images/footer.png);
width: 983px;
height: 39px;
margin-bottom: 100px;
}


/* -------------/ COMMENTS /------------- */

#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 13px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #676767 !important;
	text-decoration: none !important;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #676767 !important;
	text-decoration: underline !important;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

/* -------------/ CALENDAR /------------- */

#calendar_wrap {
    border: medium none;
    padding: 0;
	margin-right: 20px;
	margin-bottom: 25px;
	margin-top: 10px;
}

table#wp-calendar {
    background-color: #FFFFFF;
    border-collapse: collapse;
    font-size: 90%;
    margin: 0 auto;
    width: 90%;
}

table#wp-calendar caption {
    background: none repeat scroll 0 0 #EEEEEE;
    border: medium none;
    font-size: 1em;
    margin: 0 auto;
    padding: 3px;
    width: auto;
}

table#wp-calendar th {
    background-color: #999999;
    border: 1px solid #EEEEEE;
    color: #FFFFFF;
    font-weight: bold;
    padding: 2px;
    text-align: center;
}

table#wp-calendar td {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    line-height: 18px;
    padding: 0;
    text-align: center;
}

table#wp-calendar tfoot td {
    background-color: #EEEEEE;
    border: 1px solid #EEEEEE;
}

table#wp-calendar td a {
    background-color: #EEEEEE;
    display: block;
    height: 100%;
    padding: 0;
    width: 100%;
}

a.gflag img {
border: 0 none;
margin-right: 6px;
}